Add ability to hide shortcut in hyper theme #485
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I wanted the ability to add a shortcut to the hyper theme that didn't get drawn on the screen, mostly just so I could assign "q" to bdelete and close the dashboard easier. I added another option for the hyper shortcut options which just bypasses the drawing of a shortcut with the "hide" option.
Before:
![image](https://private-user-images.githubusercontent.com/9011230/370033025-488a55a0-90a4-467d-ba76-a934195af780.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTY4OTEsIm5iZiI6MTczODg5NjU5MSwicGF0aCI6Ii85MDExMjMwLzM3MDAzMzAyNS00ODhhNTVhMC05MGE0LTQ2N2QtYmE3Ni1hOTM0MTk1YWY3ODAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDI0OTUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGY0ZTZlNmE1YjY2OTIyNDg1YmRiZDY3MzQ4OGMxYmRmNWFjZWVhOWVlZmVjY2ZkZDliM2U2YjczZDUzNjQ3MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.4CMZsX75uaEvx5Sd3j4GaJTdKfWzPC9Dfmup8IqdYWc)
After:
![image](https://private-user-images.githubusercontent.com/9011230/370033116-4e9bfc43-4dc9-4137-8b8f-bdba270b7455.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTY4OTEsIm5iZiI6MTczODg5NjU5MSwicGF0aCI6Ii85MDExMjMwLzM3MDAzMzExNi00ZTliZmM0My00ZGM5LTQxMzctOGI4Zi1iZGJhMjcwYjc0NTUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDI0OTUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTI1NzE2OGIwNTVkMGFkMTAyNzAzMGM3ODNkZGMwNjZmMmYxYmUwODRjM2E3ZTJhYWJmYmMzNThhN2QwNWJmYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.luzC1vR_xwVzZPRD8bOUHApDrbcKpQGetOEzZGhtRnw)